Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-11-17 deployment #288

Merged
merged 31 commits into from
Nov 18, 2024
Merged

2024-11-17 deployment #288

merged 31 commits into from
Nov 18, 2024

Conversation

Samuel-Therrien-Beslogic
Copy link
Contributor

  • The project passes automated tests (build, linting, etc.).
  • You updated the project's documentation with new changes.
  • You've linked any issue this PR closes
  • You reviewed your own PR and made sure there's no test/debug code or any obvious mistakes.

Make sure that the code wasn't copied from elsewhere (check one):

  • This is your own original code
  • You have made sure that we have permission to use the copied code and that we follow its licensing

Add a description of your changes, including visual aid and useful links

bes-alielzein and others added 30 commits September 26, 2024 11:09
* create batch actions component

* update batch table to use batch actions

* fix wrong translations

* customize rsuitejs dropdown menu

* remove fixed comment

---------

Co-authored-by: Samuel T. <[email protected]>
* Simplified Batch properties serializers
Removed 3 serializers that were not necessary, they were just copies of other serializers. Modified other serializers for batchseed and batchspecies to include a reference of the tree type to prevent id mismatch

---------

Co-authored-by: Nicolas Dontigny <[email protected]>
* Extracted BatchForm in its own component

---------

Co-authored-by: Nicolas Dontigny <[email protected]>
* Updated phone seed number

* Added images and batch sponsor, model and migration

* Added batch sponsor serializer

* Re-generated api models

* Using new batch sponsor for batch table and site social header

* Added sponsor logos to analytics site header

* Started modifying sponsors, removed mulch layer and fertilizers unused serializers

* Updated BatchSeed serializer

* Updated batchspecies serializers

* Created BatchForm component and using it in Create Batch

* Successfully uploading batch sponsor info + logo

* Generated migration to make properties non-nullable

* Implemented Edit Batch with sponsor info

* Small fixes and comment

* using different logos and sponsor names in initialize_database

* Squashed migrations

* front-end lint fix

* Fixed initialize_database ruff

* Unset eslint disabling change

* re-generated package-lock

* Re-generated package-lock

* removed unused sponsors field in serializer

---------

Co-authored-by: Nicolas Dontigny <[email protected]>
Co-authored-by: Samuel T. <[email protected]>
---------

Co-authored-by: Nicolas Dontigny <[email protected]>
Co-authored-by: Samuel T. <[email protected]>
---------

Co-authored-by: Nicolas Dontigny <[email protected]>
Co-authored-by: Samuel T. <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Adding version back to support portainer deployments
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.7...v0.6.9)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Samuel Therrien <[email protected]>
* Fix map cards
- leaked achor CSS with !Important
- Reduced a layer of div inside anchor
- Fixed squised images
- Fixed completely broken Card display in mobile view

* Include text-decoration fix for underline navs
* Stop using @import in scss

* Configure scss formatter
* Remove redundant "type" folder in models

Bump eslint-plugin-unicorn to 55 in .pre-commit-config.yaml

* Make PrimaryIconBadge color-agnostic

* Render icon per site type
Bumps the npm_and_yarn group with 2 updates in the /canopeum_frontend directory: [body-parser](https://github.com/expressjs/body-parser) and [@mockoon/cli](https://github.com/mockoon/mockoon).


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `@mockoon/cli` from 8.4.0 to 9.0.0
- [Release notes](https://github.com/mockoon/mockoon/releases)
- [Commits](mockoon/mockoon@v8.4.0...v9.0.0)

Updates `cookie` from 0.4.1 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.1...v0.7.1)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

Updates `jsonpath-plus` from 8.1.0 to 10.1.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](https://github.com/s3u/JSONPath/commits/v10.1.0)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@mockoon/cli"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsonpath-plus
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic merged commit 20b4767 into production Nov 18, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants